home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part2 / 15765 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  861 b 

  1. Path: news.nstn.ca!news
  2. From: dave@highlander.cbnet.ns.ca (Dave Nugent)
  3. Newsgroups: comp.lang.c
  4. Subject: How to Share Code Between C & Basic?
  5. Date: 21 Apr 1996 18:42:48 GMT
  6. Organization: NSTN Windows User
  7. Message-ID: <4ldvj8$7ct@news.nstn.ca>
  8. NNTP-Posting-Host: dialup9.cbnet.ns.ca
  9. X-Newsreader: WinVN version 0.82
  10.  
  11. My friend writes programs in Basic (QB45) and I write programs in C/ASM
  12. Using Borland's Compiler.  We would like to be able to call the routines
  13. (C) from the Basic Program where speed is required.  His QB45 used
  14. .QLB for Libraries and C can create .LIB.  I have tried converting the .LIB
  15. to .QLB using *link* but get unresolved externals.  Can someone pls 
  16. e-mail me an example of a small routine in C, and how to create a .QLB
  17. from it and then a small QB45 example that utilizes the .QLB created?
  18.  
  19. Appreciate any responses/help/info..
  20. Thanks.
  21.  
  22.